listbox: Fix row hovering
authorTimm Bäder <mail@baedert.org>
Wed, 30 Nov 2016 10:27:32 +0000 (11:27 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 3 Dec 2016 12:19:26 +0000 (13:19 +0100)
commit31ed68dbfa281c66d4f6ed122843d65bfd5c9236
treef3760e1c193cfe015d3b1d7c960efea5d1d90f37
parentfa4d6e891886cc77c3e027d92bbfa2ab148809cb
listbox: Fix row hovering

GtkListBox is not a windowed widget anymore so we can't use
gtk_widget_get_window. Just directly access priv->view_window instead to
get the right window.
gtk/gtklistbox.c